-
Notifications
You must be signed in to change notification settings - Fork 183
mantle/kola/tests: adapt mpath verification #4113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Skipping CI for Draft Pull Request. |
3d6361a to
8a30a63
Compare
912dfdc to
a010061
Compare
|
Running the There's no |
a010061 to
fcb9912
Compare
fcb9912 to
2af72ea
Compare
|
@jlebon in the var lib containers mpath test we have:
and then use |
2af72ea to
00ba40f
Compare
Yeah, I dug up more on that, and moved to look for the
Good point, in last PS, I've specified a WWID to the stub device and disabled user-friendly names |
The test needs to be adapted so it doesn't verify that we're on multipath based on whether the device is `/dev/mapper/mpath` or not, but instead based on udevadm output. This verification works whether or not the `user_friendly_names` option is used while configuring multipath.
In order to have a more generic test, let's not use user-friendly names while configuring multipath and specify instead a World Wide ID to the stub device. We also adapt the systemd units accordingly.
00ba40f to
5290a96
Compare
|
/retest |
1 similar comment
|
/retest |
jbtrystram
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ! I think the two commits can be squashed
dustymabe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
/cherrypick rhcos-4.18 https://gitlab.com/redhat/rhel/rpms/dracut/-/commit/8067fa3fb6b3c5f5c9272f927a79ae1810be9070 disabled |
|
@joelcapitao: new pull request created: #4352 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@joelcapitao: new pull request created: #4353 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@joelcapitao: new pull request created: #4354 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
The test needs to be adapted so it doesn't verify that we're on multipath based on whether the device is
/dev/mapper/mpathor not, but instead based on udevadm output.